ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseAxisView<TDefinition,TOwnerView> Class / shapes Property

In This Topic
    shapes Property (_BaseAxisView<TDefinition,TOwnerView>)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property shapes As List(Of IShape)
    public List<IShape> shapes {get;}
    See Also